{ "version": 4, "terraform_version": "1.8.0", "serial": 486, "lineage": "87a50b43-d732-ec83-1c54-b3e866ab6575", "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-8553fd04bd562a790", "ami": "ami-077811c6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a631ddba"], "subnet_id": "subnet-41a08855", "key_name": "prod-deploy-key" } } ] } ] }