{ "version": 4, "terraform_version": "1.6.9", "serial": 262, "lineage": "82eaf71d-ac2a-e8b6-b1f2-8a4f6e0516ab", "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-cbf0b77983a47b600", "ami": "ami-1ca71376", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0979b4da"], "subnet_id": "subnet-24f2ed49", "key_name": "prod-deploy-key" } } ] } ] }