{ "version": 4, "terraform_version": "1.7.5", "serial": 158, "lineage": "5dca2515-22b5-a74b-4405-89499db686bb", "outputs": { "db_endpoint": { "value": "db-4.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-75b15255d100f28c7", "ami": "ami-af9c9219", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4d879c06"], "subnet_id": "subnet-11b2119f", "key_name": "prod-deploy-key" } } ] } ] }