{ "version": 4, "terraform_version": "1.8.9", "serial": 214, "lineage": "659d6260-af6e-695b-31b3-3152c50003ea", "outputs": { "db_endpoint": { "value": "db-4.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-13f3cd548b547e764", "ami": "ami-5cd1c09f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a3b9d7a6"], "subnet_id": "subnet-c8fbe34c", "key_name": "prod-deploy-key" } } ] } ] }