{ "version": 4, "terraform_version": "1.8.9", "serial": 499, "lineage": "ae84ab3b-0cf3-914a-b46b-e3b314fdd940", "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-63f9c1e86b04be164", "ami": "ami-c684f69e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9a411919"], "subnet_id": "subnet-30f1a59b", "key_name": "prod-deploy-key" } } ] } ] }