{ "version": 4, "terraform_version": "1.6.3", "serial": 253, "lineage": "aa8e2dd3-8701-4fa3-a313-74664e7e9997", "outputs": { "db_endpoint": { "value": "db-3.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-7ee559edc1b2b308c", "ami": "ami-72dd18d4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-38f05820"], "subnet_id": "subnet-ca6bf009", "key_name": "prod-deploy-key" } } ] } ] }