{ "version": 4, "terraform_version": "1.5.3", "serial": 392, "lineage": "73c2f295-1779-cb75-c075-659a02afa0fb", "outputs": { "db_endpoint": { "value": "db-1.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-61cad81f320fd95f8", "ami": "ami-9471f883", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7e3515fc"], "subnet_id": "subnet-a912e452", "key_name": "prod-deploy-key" } } ] } ] }