{ "version": 4, "terraform_version": "1.7.2", "serial": 515, "lineage": "1ae6ef84-3cbd-6892-0ea6-9f329f92efe6", "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-e57873c5a94896a3e", "ami": "ami-b94805fa", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a8980b5e"], "subnet_id": "subnet-401ad7ea", "key_name": "prod-deploy-key" } } ] } ] }