{ "version": 4, "terraform_version": "1.6.1", "serial": 347, "lineage": "3b9cb598-1207-a72f-a3e5-0a78ee737ed7", "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-2df862f921f3b4b78", "ami": "ami-b9c44df2", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0990259a"], "subnet_id": "subnet-94f278d0", "key_name": "prod-deploy-key" } } ] } ] }