{ "version": 4, "terraform_version": "1.6.1", "serial": 569, "lineage": "49dd5497-9fa8-56e0-f902-8bb2152a28ec", "outputs": { "db_endpoint": { "value": "db-2.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-5b4421adf7aee0f5a", "ami": "ami-41f3acb7", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6e1ca5b4"], "subnet_id": "subnet-6f53a77b", "key_name": "prod-deploy-key" } } ] } ] }