{ "version": 4, "terraform_version": "1.6.4", "serial": 472, "lineage": "a7352d09-2279-d7dc-97a5-1fab14863918", "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-df8196518e14c50ba", "ami": "ami-1f6a48be", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-517f85f0"], "subnet_id": "subnet-31ae8a78", "key_name": "prod-deploy-key" } } ] } ] }