{ "version": 4, "terraform_version": "1.5.8", "serial": 139, "lineage": "11b4b0e0-970f-449c-9a2f-d72c669cffad", "outputs": { "db_endpoint": { "value": "db-2.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-8f4fe7b10c08d71f0", "ami": "ami-e112d00a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-3f8d3db0"], "subnet_id": "subnet-4590540e", "key_name": "prod-deploy-key" } } ] } ] }