{ "version": 4, "terraform_version": "1.7.8", "serial": 300, "lineage": "e72ac303-1828-2aac-89cd-8c549757573c", "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-9a623177c6a16ce89", "ami": "ami-f170075e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9566f592"], "subnet_id": "subnet-57d3b42c", "key_name": "prod-deploy-key" } } ] } ] }