{ "version": 4, "terraform_version": "1.6.6", "serial": 132, "lineage": "c4baaf8b-f55d-7c27-2eb5-f7bedbd4f794", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.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-d4123664b791e41d6", "ami": "ami-73428f5a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-45a5ce2d"], "subnet_id": "subnet-72479b1c", "key_name": "prod-deploy-key" } } ] } ] }