{ "version": 4, "terraform_version": "1.7.6", "serial": 473, "lineage": "bc157b36-9328-faf5-3152-d813f84214eb", "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-5bf98d33c4aba084d", "ami": "ami-35eba388", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-47e04b5a"], "subnet_id": "subnet-9821704a", "key_name": "prod-deploy-key" } } ] } ] }