{ "version": 4, "terraform_version": "1.6.0", "serial": 396, "lineage": "e81ea55c-3256-69de-ab48-6d36ce4be728", "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-1679b51afa1ba9760", "ami": "ami-3aa133c1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e8e5f79e"], "subnet_id": "subnet-c1385160", "key_name": "prod-deploy-key" } } ] } ] }