{ "version": 4, "terraform_version": "1.5.4", "serial": 269, "lineage": "8ea6265d-86ee-8924-b5db-acca27252fd6", "outputs": { "db_endpoint": { "value": "db-4.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-4bb35c2338b71d2ee", "ami": "ami-b419a85d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-998b8439"], "subnet_id": "subnet-a2cd0e07", "key_name": "prod-deploy-key" } } ] } ] }