{ "version": 4, "terraform_version": "1.5.4", "serial": 308, "lineage": "a9b76c49-ab3c-6f76-131f-49cd8b58a356", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-5c10bb8b9f526cb63", "ami": "ami-a5df2db9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9cfbe380"], "subnet_id": "subnet-ba6d29be", "key_name": "prod-deploy-key" } } ] } ] }