{ "version": 4, "terraform_version": "1.5.0", "serial": 424, "lineage": "75a45fe1-0f53-bd6c-b033-688cc5e7cf6f", "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-f1ae1db2790ded621", "ami": "ami-254c94b2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ce3337ec"], "subnet_id": "subnet-2c3c2c15", "key_name": "prod-deploy-key" } } ] } ] }