{ "version": 4, "terraform_version": "1.8.0", "serial": 100, "lineage": "7ad359db-d3c5-4fe5-2fa2-6aeae1db482d", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-93cd9e2e35170bdb3", "ami": "ami-d800c640", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d7da8675"], "subnet_id": "subnet-d73b71b9", "key_name": "prod-deploy-key" } } ] } ] }