{ "version": 4, "terraform_version": "1.7.3", "serial": 548, "lineage": "1c85a1cc-058e-2085-bb18-64ef81119ad5", "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-e2cc0ac4b8119860d", "ami": "ami-1aef88d0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ec95ab7b"], "subnet_id": "subnet-1a3dca29", "key_name": "prod-deploy-key" } } ] } ] }