{ "version": 4, "terraform_version": "1.8.6", "serial": 379, "lineage": "d3342074-5961-ca26-f796-2dd72f611cff", "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-7a200aff20e296750", "ami": "ami-af6fe71a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b245c889"], "subnet_id": "subnet-0a64bfb6", "key_name": "prod-deploy-key" } } ] } ] }