{ "version": 4, "terraform_version": "1.7.3", "serial": 266, "lineage": "48381ab1-68d3-fb35-f172-7e311680d3de", "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-847a13715c7cd053a", "ami": "ami-936e8833", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9f586bad"], "subnet_id": "subnet-2ac243df", "key_name": "prod-deploy-key" } } ] } ] }