{ "version": 4, "terraform_version": "1.7.3", "serial": 262, "lineage": "956ac82c-b09f-7dc9-d98a-0fc421bc47c0", "outputs": { "db_endpoint": { "value": "db-0.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-35230e2cb8d3a8031", "ami": "ami-ef0d51f2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5ab76826"], "subnet_id": "subnet-cb85ecb4", "key_name": "prod-deploy-key" } } ] } ] }