{ "version": 4, "terraform_version": "1.8.0", "serial": 277, "lineage": "f8714813-a0dd-c6ce-35fe-afc9305fed88", "outputs": { "db_endpoint": { "value": "db-2.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-ad1757845b420ae50", "ami": "ami-358a13d1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8e63d680"], "subnet_id": "subnet-958d2368", "key_name": "prod-deploy-key" } } ] } ] }