{ "version": 4, "terraform_version": "1.7.0", "serial": 499, "lineage": "eff4d896-b58b-4883-6171-18bdf4e9e6e9", "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-13533d77b94b3e45e", "ami": "ami-3fa83008", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b3813287"], "subnet_id": "subnet-e58fa782", "key_name": "prod-deploy-key" } } ] } ] }