{ "version": 4, "terraform_version": "1.5.7", "serial": 455, "lineage": "43103d55-7202-4a81-cf7a-8febd5d9bae6", "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-18a45afdaf2fab83c", "ami": "ami-b8d0fe6a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-90f37361"], "subnet_id": "subnet-5f6019e9", "key_name": "prod-deploy-key" } } ] } ] }