{ "version": 4, "terraform_version": "1.7.1", "serial": 251, "lineage": "ec514058-a092-a244-811e-03ad7a77fc1e", "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-7ed1621129f9d99ab", "ami": "ami-5e20860a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c2765632"], "subnet_id": "subnet-051c7ae7", "key_name": "prod-deploy-key" } } ] } ] }