{ "version": 4, "terraform_version": "1.6.4", "serial": 281, "lineage": "2aa88842-f14b-892c-e3fd-d033bcf672bc", "outputs": { "db_endpoint": { "value": "db-0.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-4e144a83c95a176ab", "ami": "ami-f6a1c50e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3bcb983b"], "subnet_id": "subnet-094f59c8", "key_name": "prod-deploy-key" } } ] } ] }