{ "version": 4, "terraform_version": "1.5.3", "serial": 421, "lineage": "ddf0415d-4087-efd3-67ef-df0ed47a63b7", "outputs": { "db_endpoint": { "value": "db-4.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-dc6e0a94c2c02eeb3", "ami": "ami-336b86ea", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-95f2e950"], "subnet_id": "subnet-cf57ba45", "key_name": "prod-deploy-key" } } ] } ] }