{ "version": 4, "terraform_version": "1.5.5", "serial": 530, "lineage": "bdbea384-2520-c646-d667-45fcf95c4954", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-45fb38f522b35a9ce", "ami": "ami-cbe30d84", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f920e113"], "subnet_id": "subnet-51cc2ec7", "key_name": "prod-deploy-key" } } ] } ] }