{ "version": 4, "terraform_version": "1.5.2", "serial": 161, "lineage": "91d03f91-ed17-d558-2b31-a540e0cd64ce", "outputs": { "db_endpoint": { "value": "db-3.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-1efc95a3a95048aaf", "ami": "ami-4150b509", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c9c1d047"], "subnet_id": "subnet-2ec9a47c", "key_name": "prod-deploy-key" } } ] } ] }