{ "version": 4, "terraform_version": "1.5.3", "serial": 238, "lineage": "1674fc83-51ef-c579-bb3c-9a15f8ebd761", "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-b50af07b28314041d", "ami": "ami-00bfdd7a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ae401847"], "subnet_id": "subnet-9cf56b19", "key_name": "prod-deploy-key" } } ] } ] }