{ "version": 4, "terraform_version": "1.6.8", "serial": 472, "lineage": "c7ce88e6-48dc-b7bb-fda8-fff35e5a87fb", "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-2e74968603d999e1d", "ami": "ami-85404ee0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-23520b35"], "subnet_id": "subnet-0f710d06", "key_name": "prod-deploy-key" } } ] } ] }