{ "version": 4, "terraform_version": "1.5.6", "serial": 420, "lineage": "8c6366a2-038b-72e0-73ed-a56aded08977", "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-83666238ffb8fc176", "ami": "ami-f5934263", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8b4949bd"], "subnet_id": "subnet-78cab3ad", "key_name": "prod-deploy-key" } } ] } ] }