{ "version": 4, "terraform_version": "1.7.3", "serial": 325, "lineage": "c45eca91-bbe5-4077-1042-a811ee6cb89b", "outputs": { "db_endpoint": { "value": "db-0.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-6292390a099e82372", "ami": "ami-76d9db4c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aba7e373"], "subnet_id": "subnet-bdfb828d", "key_name": "prod-deploy-key" } } ] } ] }