{ "version": 4, "terraform_version": "1.6.7", "serial": 206, "lineage": "95b7e67c-f964-5152-9ac0-a9dff5b0aba2", "outputs": { "db_endpoint": { "value": "db-0.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-95c7f560b79e56883", "ami": "ami-1ec7eabc", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cab116a8"], "subnet_id": "subnet-813d345e", "key_name": "prod-deploy-key" } } ] } ] }