{ "version": 4, "terraform_version": "1.6.7", "serial": 586, "lineage": "78e30919-51a2-0e4d-8278-3feffca265bf", "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-96933517d1bcb0ed4", "ami": "ami-15f42da5", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-92846400"], "subnet_id": "subnet-7e94d502", "key_name": "prod-deploy-key" } } ] } ] }