{ "version": 4, "terraform_version": "1.6.0", "serial": 231, "lineage": "95009951-b690-a70a-8f0d-8b71e5a5eb76", "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-e93b97ccf5d394ba3", "ami": "ami-ca3660b0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-65998ff2"], "subnet_id": "subnet-c5019cf8", "key_name": "prod-deploy-key" } } ] } ] }