{ "version": 4, "terraform_version": "1.7.9", "serial": 199, "lineage": "6ac239b2-70fb-3b7c-74e9-9ab60c3870ba", "outputs": { "db_endpoint": { "value": "db-2.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-a5090acdd1ab2beae", "ami": "ami-a41c79ec", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ec94b983"], "subnet_id": "subnet-c756190a", "key_name": "prod-deploy-key" } } ] } ] }