{ "version": 4, "terraform_version": "1.5.0", "serial": 340, "lineage": "bafc020f-ca16-52cd-5e09-74adecbaf4c3", "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-1b0042c972dd0dfdb", "ami": "ami-792dc9e4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2cc0bc2f"], "subnet_id": "subnet-f9c91f9c", "key_name": "prod-deploy-key" } } ] } ] }