{ "version": 4, "terraform_version": "1.8.1", "serial": 173, "lineage": "a91e51eb-324c-76e8-771b-b36ddb2efcf3", "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-115f07381da9b53d1", "ami": "ami-bc7ffb1a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-84d95769"], "subnet_id": "subnet-2ad68d2e", "key_name": "prod-deploy-key" } } ] } ] }