{ "version": 4, "terraform_version": "1.8.1", "serial": 315, "lineage": "945ca507-c1ed-d708-8454-607dfc1b8c87", "outputs": { "db_endpoint": { "value": "db-0.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-b7a1d64e9942e19f2", "ami": "ami-f91038d7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5773becc"], "subnet_id": "subnet-183b9f0a", "key_name": "prod-deploy-key" } } ] } ] }