{ "version": 4, "terraform_version": "1.6.2", "serial": 486, "lineage": "50afcd97-6a44-1258-0b25-9e5f3f967b8e", "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-e79a05e4fd5e321db", "ami": "ami-1291fb2e", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-68827452"], "subnet_id": "subnet-89a09dab", "key_name": "prod-deploy-key" } } ] } ] }