{ "version": 4, "terraform_version": "1.8.6", "serial": 352, "lineage": "fbb639f2-7afa-5238-d5af-044b9c6dbc21", "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-237a84b710c2cf2dc", "ami": "ami-24e54db2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c16289ec"], "subnet_id": "subnet-fb6c1aae", "key_name": "prod-deploy-key" } } ] } ] }