{ "version": 4, "terraform_version": "1.7.7", "serial": 327, "lineage": "fb93467c-aaf0-ca35-6181-6f9269c87cef", "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-982daff31be3befd0", "ami": "ami-5b7dc0c3", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d26071fe"], "subnet_id": "subnet-52414536", "key_name": "prod-deploy-key" } } ] } ] }