{ "version": 4, "terraform_version": "1.5.2", "serial": 490, "lineage": "ce3dd10a-579e-466f-2989-76b4dbd377ba", "outputs": { "db_endpoint": { "value": "db-1.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-47cb13698b01987fe", "ami": "ami-ad987143", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1cfa4015"], "subnet_id": "subnet-f95592a5", "key_name": "prod-deploy-key" } } ] } ] }