{ "version": 4, "terraform_version": "1.7.4", "serial": 409, "lineage": "29a78dd3-6c83-885d-2c2c-285c16520bac", "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-d77e3d14ef6440dfd", "ami": "ami-adec508c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f7449a0c"], "subnet_id": "subnet-3ac0da46", "key_name": "prod-deploy-key" } } ] } ] }