{ "version": 4, "terraform_version": "1.5.0", "serial": 518, "lineage": "11c170f0-fc42-9f75-8b8f-253018890b4b", "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-7d63cda34f37434cb", "ami": "ami-bc88f5da", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-cb97c377"], "subnet_id": "subnet-544e2438", "key_name": "prod-deploy-key" } } ] } ] }