{ "version": 4, "terraform_version": "1.5.0", "serial": 270, "lineage": "7c49434d-7a05-d601-1e47-5b56d4fae91e", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f1cb77ce46e40fcf8", "ami": "ami-72ee630e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e24c36fc"], "subnet_id": "subnet-7c9e2535", "key_name": "prod-deploy-key" } } ] } ] }