{ "version": 4, "terraform_version": "1.6.1", "serial": 436, "lineage": "2ec7a1f7-2a97-6fab-1b3f-8eb8053589f5", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-a20c7dbefdad6812f", "ami": "ami-59f934e8", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bb373f95"], "subnet_id": "subnet-08fe5767", "key_name": "prod-deploy-key" } } ] } ] }